home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1020 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: itnews.sc.intel.com!news    
  2. From: Eric Minor <EricX_Minor@ccm.sc.intel.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Compiling OWL under Visual C++
  5. Date: 8 Jan 1996 20:20:30 GMT
  6. Organization: Intel - Internet Engineering Group    
  7. Message-ID: <4cruae$egh@itnews.sc.intel.com>
  8. References: <1996Jan8.130134.12002@es.dupont.com>
  9. NNTP-Posting-Host: eminorx-desk.sc.intel.com
  10.  
  11.  
  12. > Is it possible to take existing Borland OWL code, throw it into the VC++ 
  13. > IDE, compile and run it without modification?  I already use OWL and want 
  14. > to jump ship to Visual C++ && MFC and I'm hoping I can support my 
  15. > existing code under the new environment.
  16.  
  17. You wouldn't be able to simply take your source code and move it
  18. over.  Your source is reliant on the OWL headers and DLL's.  At
  19. the very least you'd need to take the source code for OWL and
  20. rebuild it under Microsoft's environment.  Even then, I think it
  21. would be a difficult proposition, as their releases are never
  22. synced up with each other in terms of the C++ features they
  23. support.  For instance, Borland was out with template support and
  24. exception handling well before Microsoft was.  If you do find you
  25. can easily migrate OWL to Microsoft, I'd be interested to hear
  26. about it!
  27.  
  28. -Eric Minor
  29.  
  30.